home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / ter12b.zip / TER12B._XE / UTILS.EXE / SAMPLE.CST < prev    next >
Text File  |  1993-09-19  |  3KB  |  71 lines

  1. %
  2. %                     -=> TERMINATE COST FILE <=-
  3. %
  4. % COSTFILE for area : Test cost file_______________________________________
  5. % Made by           : Bo Bendtsen, Denmark_________________________________
  6. % Units/minute      : _X_   Add specified units every minute
  7. % Pay by period     : ___   Add Pay by period amount every specified second
  8. %
  9. % This file has no limits. The only limit is that the internal editor does
  10. % only allow 500 entries. If you have more than 500 entries, please always
  11. % use an external editor.
  12. %
  13. % The idea of this file is that Terminate will stop reading this as soon as
  14. % it finds a line that fits the number, the current day and current time.
  15. % Therefore:  4296 must come before 42, otherwise 42 will fit the above
  16. % demands also.
  17. %
  18. % Note: Only comments top will be saved when using the cost-editor inside
  19. % terminate, for flexibility, this file will be saved in ascii text, so
  20. % you also can use a normal editor to edit the file.
  21. %
  22. % An ALL statement can be used as last entry to define a cost which will
  23. % be used if no other costs are found
  24. %
  25. % Number      : String the called number must start with.
  26. %               Remember to replace blanks with _  '009 49' -> '009_49'
  27. %
  28. % Days/DT     : Which days are valid for this entry
  29. % MTWTFSS     : Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday
  30. %             : If you use DT you can give a specific day in the year
  31. %             : the format is DDMM, 31-Dec = DT:3112
  32. %             : Date (DT) commands should always be placed in the top of
  33. %             : the costfile.
  34. %
  35. %
  36. % Time-period : Which period are valid for entry
  37. % Start-Stop
  38. %
  39. % Units/      : If Pay by period in cost management is 0, then X units will
  40. % seconds     : be added every minute. If Pay by period bigger than 0, then
  41. %             : that amount will be added every X second.
  42. %
  43. % Add         : At connect start at X units instead of 0
  44. % Start
  45. %
  46. %
  47. %            Days/DT Time-period Units/  Add
  48. %   Number   MTWTFSS Start-Stop  seconds Start
  49. %──────────| |─────| |─────────| |────| |────|
  50. 43           DT:3112 00:00-24:00 19
  51. ALL          DT:3112 00:00-24:00 24
  52. 31           ......x 00:00-24:00 24
  53. 31           xxxxxx. 08:00-19:30 47
  54. 31           xxxxxx. 19:30-08:00 24
  55. 33           ......x 00:00-24:00 24
  56. 33           xxxxxx. 08:00-19:30 47
  57. 33           xxxxxx. 19:30-08:00 24
  58. 42           ......x 00:00-24:00 24
  59. 42           xxxxxx. 08:00-19:30 47
  60. 42           xxxxxx. 19:30-08:00 24
  61. 4362         ......x 00:00-24:00 19
  62. 4362         xxxxxx. 08:00-19:30 37
  63. 4362         xxxxxx. 19:30-08:00 19
  64. 43           ......x 00:00-24:00 24
  65. 43           xxxxxx. 08:00-19:30 47
  66. 43           xxxxxx. 19:30-08:00 24
  67. 009_49       xxxxxxx 00:00-24:00 400
  68. ALL          ......x 00:00-24:00 35
  69. ALL          xxxxxx. 08:00-19:30 70
  70. ALL          xxxxxx. 19:30-08:00 35
  71.